From: Debian Rust Maintainers Date: Thu, 17 Apr 2025 02:09:18 +0000 (+0000) Subject: remove-windows X-Git-Tag: archive/raspbian/0.17.14-5+rpi1~1^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de//%22style.css/%22/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css/%22?a=commitdiff_plain;h=fe4c7765dabb417bf246f00244eba0d2579fe989;p=rust-ring.git remove-windows =================================================================== Gbp-Pq: Name remove-windows.patch --- diff --git a/Cargo.toml b/Cargo.toml index fd6fd9c..236069b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -252,13 +252,6 @@ version = "0.9" version = "1.2.8" default-features = false -[target.'cfg(all(all(target_arch = "aarch64", target_endian = "little"), target_os = "windows"))'.dependencies.windows-sys] -version = "0.52" -features = [ - "Win32_Foundation", - "Win32_System_Threading", -] - [target.'cfg(all(all(target_arch = "aarch64", target_endian = "little"), target_vendor = "apple", any(target_os = "ios", target_os = "macos", target_os = "tvos", target_os = "visionos", target_os = "watchos")))'.dependencies.libc] version = "0.2.155" default-features = false